net/http.http2FrameHeader.Length (field)
22 uses
net/http (current package)
h2_bundle.go#L1734: Length uint32
h2_bundle.go#L1777: fmt.Fprintf(buf, " len=%d", h.Length)
h2_bundle.go#L1816: Length: (uint32(buf[0])<<16 | uint32(buf[1])<<8 | uint32(buf[2])),
h2_bundle.go#L2082: if fh.Length > fr.maxReadSize {
h2_bundle.go#L2088: payload := fr.getReadBuf(fh.Length)
h2_bundle.go#L2303: if fh.Flags.Has(http2FlagSettingsAck) && fh.Length > 0 {
h2_bundle.go#L5558: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5561: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5839: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5842: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5856: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5859: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5867: if f.Length > 0 {
h2_bundle.go#L5869: if !http2takeInflows(&sc.inflow, &st.inflow, f.Length) {
h2_bundle.go#L5880: sc.sendWindowUpdate(nil, int(f.Length)-wrote)
h2_bundle.go#L5893: pad := int32(f.Length) - int32(len(data))
h2_bundle.go#L9945: if f.Length > 0 {
h2_bundle.go#L9947: ok := cc.inflow.take(f.Length)
h2_bundle.go#L9948: connAdd := cc.inflow.add(int(f.Length))
h2_bundle.go#L9978: if f.Length > 0 {
h2_bundle.go#L9989: if !http2takeInflows(&cc.inflow, &cs.inflow, f.Length) {
h2_bundle.go#L9996: if pad := int(f.Length) - len(data); pad > 0 {